@font-face {
	font-family: justsignature;
	src: url('../fonts/justsignature/JustSignature.woff');
}

body, html {
	width: 100%;
	height: 100%;
}

p {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
  /*color: #9e9e9e;
  font-size: 12px;*/
  /**/
	color: black;
 /* #282828*/
	font-weight: normal;
 /*bolder*/
	font-family: "Arial", Times, serif;
	font-size: 17px;
 /*18*/;
}

#id-card {
	position: relative;
	display: none;
	margin: 130px 50px 0 0;
 /*230px 50px 0 0*/
	float: right;
	width: 457px;
	height: 288px;
 /*272*/
	padding: 54px 17px 10px 144px;
	background: url("../images/idcard.png");
}

img {
	position: absolute;
	left: 12px;
 /*7*/
	top: 60px;
 /*9?*/;
}

#name {
	font-weight: normal;
 /*bolder*/
	font-family: "Arial", Times, serif;
	font-size: 17px;
 /*18*/
	color: black;
 /* #282828*/
	position: absolute;
	left: 154px;
	top: 80px;
}

#inline {
	position: absolute;
	top: 109px;
}

#dob {
	position: absolute;
	left: 11px;
 /*0*/
	top: 15px;
	width: 120px;
 /*100*/
	font-weight: normal;
 /*bolder*/
	font-family: "Arial", Times, serif;
	font-size: 17px;
 /*18*/
	color: black;
 /* #282828*/;
}

#sex {
	position: absolute;
	left: 152px;
 /*90px*/
	top: 15px;
	font-weight: normal;
 /*bolder*/
	font-family: "Arial", Times, serif;
	font-size: 17px;
 /*18*/
	color: black;
 /* #282828*/;
}

#expiration {
	position: absolute;
	left: 12px;
	top: 58px;
	width: 120px;
	font-weight: normal;
	font-family: "Arial", Times, serif;
	font-size: 17px;
	color: black;
}

#height {
	position: absolute;
	left: 150px;
	width: 60px;
}

#occupation {
	position: absolute;
	left: 12px;
	top: 58px;
	width: 60px;
}

#signature {
	position: absolute;
	bottom: 28px;
 /*18*/
	left: 170px;
	color: black;
 /*#b1b177*/
	font-size: 19px;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: justsignature;
}

#licenses {
	position: absolute;
	top: 165px;
	right: 63px;
	width: 100px;
	font-size: 14px;
}